home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / evolu.dir / 00001.ls next >
Encoding:
Text File  |  1996-03-20  |  583 b   |  28 lines

  1. on startMovie
  2.   startTimer()
  3.   preLoadCast(11)
  4.   set the soundLevel to 7
  5.   set the mouseDownScript to "donescript"
  6.   set the timeoutLength to 3 * 60
  7.   set the timeoutScript to EMPTY
  8. end
  9.  
  10. on pongSet
  11.   global tempoVar, sound1var, sound2var
  12.   set tempoVar to 1
  13.   puppetTempo(tempoVar)
  14.   set the timeoutLength to 1 * 60
  15.   set the timeoutScript to "speeder"
  16.   set sound1var to 50
  17.   set the volume of sound 1 to sound1var
  18.   set sound2var to 30
  19.   set the volume of sound 2 to sound2var
  20. end
  21.  
  22. on jellybean
  23.   beep()
  24.   puppetSprite(48, 1)
  25.   set the locV of sprite 48 to 120
  26.   updateStage()
  27. end
  28.